home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / STARMAP.DIR / 00025_Script_25 < prev    next >
Text File  |  1995-11-16  |  340b  |  19 lines

  1. on exitFrame
  2.   showHilite
  3.   go to the frame
  4. end 
  5.  
  6. --on idle
  7. --  showHilite
  8. --  pass
  9. --end idle
  10.  
  11. on enterFrame
  12.   global gFirsChan, gLastChan,gCurrList, gSNS2,gCurrChan
  13.   if firstTimeInFrame() then
  14.     put 6 into gCurrChan
  15.     set gCurrList to gSNS2
  16.     put 4 into gFirsChan
  17.     put 43 into gLastChan
  18.   end if
  19. end enterFrame